Skip to content

Simplify docker run script#84

Merged
kevinbackhouse merged 1 commit into
GitHubSecurityLab:mainfrom
kevinbackhouse:docker-run
Nov 18, 2025
Merged

Simplify docker run script#84
kevinbackhouse merged 1 commit into
GitHubSecurityLab:mainfrom
kevinbackhouse:docker-run

Conversation

@kevinbackhouse
Copy link
Copy Markdown
Collaborator

Simplify the run.sh script for running the framework in docker. It's intended to be run from a directory containing taskflows, so it mounts the current directory as /app in the container.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR simplifies the Docker run script by replacing multiple conditional volume mounts with a single bind mount of the current working directory. It also adds licensing information, usage documentation, and streamlines environment variable passing.

  • Replaces conditional mounts for taskflows, toolboxes, prompts, and personalities with a single mount of the current directory
  • Adds copyright header and detailed usage instructions with an example command
  • Creates necessary logs and data directories and passes DATA_DIR as an environment variable

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docker/run.sh
Comment thread docker/run.sh
@kevinbackhouse kevinbackhouse merged commit 47445c6 into GitHubSecurityLab:main Nov 18, 2025
9 checks passed
@kevinbackhouse kevinbackhouse deleted the docker-run branch November 18, 2025 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants